home *** CD-ROM | disk | FTP | other *** search
-
- * bootrom.i
- *
- * Copyright (c) 1988 Commodore-Amiga, Inc.
- *
- * Executables based on this information may be used in software
- * for Commodore Amiga computers. All other rights reserved.
- *
- * This information is provided "as is"; no warranties are made.
- * All use is at your own risk, and no liability or responsibility is assumed.
- *
-
- IFND EXEC_TYPES_I
- INCLUDE "exec/types.i"
- ENDC EXEC_TYPES_I
- IFND EXEC_RESIDENT_I
- INCLUDE "exec/resident.i"
- ENDC EXEC_RESIDENT_I
- IFND LIBRARIES_EXPANSIONBASE_I
- INCLUDE "libraries/expansionbase.i"
- ENDC LIBRARIES_EXPANSIONBASE_I
- IFND LIBRARIES_CONFIGREGS_I
- INCLUDE "libraries/configregs.i"
- ENDC LIBRARIES_CONFIGREGS_I
- INCLUDE "libraries/configvars.i"
- IFND LIBRARIES_DOS_I
- INCLUDE "libraries/dos.i"
- ENDC LIBRARIES_DOS_I
- IFND LIBRARIES_ROMBOOTBASE_I
- INCLUDE "libraries/romboot_base.i"
- ENDC LIBRARIES_ROMBOOTBASE_I
-
- NULL EQU 0
-
- BOOT_NAME: MACRO
- DC.B 'my_autoboot.device',0
- DS.W 0
- ENDM
-
-